Visual Basic (Declaration) | |
---|---|
Protected Overrides Sub OnStartup( _ ByVal sender As Object, _ ByVal e As StartupEventArgs _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FrameworkBootstrapper(Of TRootModel) Dim sender As Object Dim e As StartupEventArgs instance.OnStartup(sender, e) |
C# | |
---|---|
protected override void OnStartup( object sender, StartupEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnStartup( Object^ sender, StartupEventArgs^ e ) override |
Parameters
- sender
- e
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
Reference
FrameworkBootstrapper<TRootModel> ClassFrameworkBootstrapper<TRootModel> Members
Base Implementation in OnStartup